.button{
	font-size:22px;
	background-color: white;
 float: left;
  
  border: 2px solid #4CAF50;
}

.button:hover {
 
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}



.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}




	footer {
	background-color: DarkSalmon;
	color: white;
	
	
}

.tb{
	  border: 1px solid black;
  border-collapse: collapse;
  padding: 15px;
  text-align: center;
}

.sidephoto {
position: absolute;
    top: 5px;
	right:20px;
	height:100px;
	width:80px;
	border-radius:50%;
}

.raisehand{
	position: absolute;
    right: 200px;
	bottom:190px;
	height:40px;
	width:40px;
	border-radius:20%;
}

summary{
	font-size:20px;
	font-style:italic;
}

.desc{
	font-size:15px;
}

.myimg1{
	height:140px;
	width:140px;
}
